POCKET MODDING V1.1
---------------

Contents:
   -Introduction
   -Files:
       -ModMaker.py
       -PocketValue.py
   -Tutorial
       -Things needed
       -Setting up
       -How to use
   -Next Update
       -V2
   -Credit

---------------

Introduction:

    This is a modding kit for IPhone. It is meant to be for making mods for IOS's Minecraft PE. 
    This modding kit is not completed, it will be updated as soon as possible.
    First release of this kit is at Mincraft Forum, at 28/4/2013

    CURRENT VERSION: V1.1
    
---------------

Files:

    ModMaker.py:

        This python tool is for creating .mod files for MCPEPatcher. MCPEPatcher is only available for Jailbroken IOS Devices.

    PythonValue.py

        This python tool is for finding a block/item/entity's Dec And Hex or confirming whether your hex is correctly chosen.
        It is shown as <Name>      <Dec>:<Hex>
        You can find blocks/items/entities by 3 different ways... (Name, First letter, hex)

---------------

Tutorial:

    Things Needed:

        1)Mobile Terminal
        2)Ifile
        3)Python(Download from here: http://yangapp.googlecode.com/files/python_2.7.3-3_iphoneos-arm.deb)
        4)Pocket Modding(Get it here: )
        5)A decrypted minecraftpe to work with

    Setting up:

        1)Download my Pocket Modding using a computer and put it into /var/mobile
        2)* Skip this step if you have python installed * Download python from the link, find the it in Ifile. Then click on it and choose "Installer" Restart your phone after installation

    How to use:

        1)Open Mobile Terminal
        2)Type "su" then "alpine" <--- it will not be "alpine" unless u changed the root password, the word when typing password will not appear for security reasons
        3)Type "cd PocketModding"
        4)Then either type "python PocketValue.py" or "python ModMaker.py" to start!!!
        5)Enjoy!

---------------

Next Update:
    
    V2:

        1)Show Description for Blocks/Items/Entities
        2)More organize
        3)Does by show "Name       Dec:Hex" and "======..." if there are no results
        4)Send me your ideas at minecraft forum!

---------------

Credits:

    Done by: Junyi00
    Idea/Starter Of project: Anbu

---------------
            